ScxV6Systems.Count Method

Returns the number of system names in the collection.

Example:

The following example written in VB.NET lists all the configured systems, along with their position in the collection.

Dim Svr As ScxV6DbClient.ScxV6Server

Svr = New ScxV6DbClient.ScxV6Server

' Enumerate the systems

Dim Systems As ScxV6DbClient.ScxV6Systems

Systems = Svr.Systems

Dim I As Integer

For I = 1 To Systems.Count

System.Console.WriteLine("{0} : {1}", I, Systems(I))

Next


Disclaimer

Geo SCADA Expert 2020